Skip to main content
  • Create account
  • Log in
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1600)
  4. JBenchX Java Unit Benchmarking Framework

JBenchX Java Unit Benchmarking Framework

JBenchX Java Unit Benchmarking Framework
2
0
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

Mars (4.5)
Luna (4.4)
Kepler (4.3)
Juno (4.2, 3.8)
Previous to Juno (<=4.1)
Neon (4.6)
Oxygen (4.7)
Photon (4.8)
2018-09 (4.9)

http://iquadrat.github.com/jbenchx/updates

Learn more...

Details Group Tabs

Details

JBenchX is a Unit Benchmarking Framework for Java(tm). It aims at micro-benchmarking your classes as easily as you create tests for your classes with the well-known JUnit framework. This is the Eclipse plug-in providing support for launching benchmarks directly from within Eclipse.

Important Note:
Before you can write JBenchX bechmarks in Eclipse you need to add the JBenchX library to the classpath! You can do this easily by opening the Properties of your project, selecting the Java Build Path page, chosing the Libraries tab and adding the JBenchX libraries with the "Add Library..." command.

Example Benchmark to test how long it takes to generate a truly random integer:

import java.security.*;

import org.jbenchx.annotations.*;

public class Example {
  
  private SecureRandom fRandom;

  public Example() throws Exception {
    fRandom = SecureRandom.getInstance("SHA1PRNG");
  }
  
  @Bench
  public int random() {
    return fRandom.nextInt();
  }
  
}
Categories:
  • Tools
Tags:
  • java,
  • Framework,
  • performance testing,
  • performance,
  • Benchmark,
  • Benchmarking,
  • Micro Benchmark
Additional Details
Eclipse Versions: 
Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Neon (4.6), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
Micha Riser
Date Created: 
Tue, 2011-08-23 17:12
Development Status: 
Beta
License: 
EPL
Date Updated: 
Mon, 2019-02-04 13:53
Submitted by: 
Micha Riser
Metrics
DateRankingInstallsClickthroughs
December 2019696/7932 (0%)3
November 2019768/9003 (0%)7
October 2019827/8881 (0%)13
September 2019775/8783 (0%)2
August 2019880/9001 (0%)6
July 2019713/9116 (0%)7
June 2019788/9193 (0%)4
May 2019706/9137 (0%)2
April 2019668/9239 (0%)6
March 2019742/9206 (0%)6
February 2019578/92417 (0%)6
January 2019640/93014 (0%)6
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for JBenchX Java Unit Benchmarking Framework.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Monday, December 9, 2019 - 06:00
  • Sign in to post reviews.

Markets

  • Eclipse Project (31)
  • Tools (1600)
    • Application Development Frameworks (205)
    • Application Management (37)
    • Application Server (42)
    • BIRT (10)
    • Build and Deploy (125)
    • Business Intelligence, Reporting and Charting (25)
    • Code Management (152)
    • Collaboration (47)
    • Database (57)
    • Database Development (42)
    • Database Persistence (23)
    • Documentation (80)
    • Eclipse Kura (83)
    • Eclipse SmartHome (65)
    • EclipseRT Target Platform Components (8)
    • Editor (386)
    • Entertainment (18)
    • General Purpose Tools (135)
    • Graphics (38)
    • IDE (400)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (60)
    • J2ME (6)
    • Languages (181)
    • Linux Tools (20)
    • Logging (26)
    • Mobile and Device Development (57)
    • Modeling (108)
    • Modeling Tools (181)
    • Mylyn Connectors (24)
    • Network (18)
    • Other (86)
    • Process (22)
    • Profiling (25)
    • Programming Languages (126)
    • Reporting (40)
    • Rich Client Applications (57)
    • Science (5)
    • SCM (25)
    • Search (45)
    • SOA Development (20)
    • Source Code Analyzer (122)
    • Systems Development (67)
    • Team Development (66)
    • Testing (115)
    • Tools (685)
    • UI (103)
    • UML (46)
    • Web (117)
    • Web Services (40)
    • Web, XML, Java EE and OSGi Enterprise Development (39)
    • XML (35)
  • IoT (152)
    • Eclipse Kura (83)
    • Eclipse SmartHome (65)
  • RCP Applications (95)
  • Training & Consulting (58)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Perclipse, the Perfidix Eclipse Plugin
  • Parasoft SOAtest
  • Elastic COBOL
  • Heirloom SDK
  • GrinderStone

Favorited by

Eclipse IDE 2019-09

Get the latest version of the Eclipse IDE.

Download Now Learn More

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Governance
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Community of Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation, Inc. All Rights Reserved.

Back to the top