Skip to main content
  • Log in
  • Manage Cookies
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 (1335)
  4. JBenchX Java Unit Benchmarking Framework

JBenchX Java Unit Benchmarking Framework

JBenchX Java Unit Benchmarking Framework
3
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
Development Status: 
Beta
Date Created: 
Tue, 2011-08-23 17:12
License: 
EPL
Date Updated: 
Mon, 2019-02-04 13:53
Submitted by: 
Micha Riser
Metrics
DateRankingInstallsClickthroughs
August 2022NA0 (0%)3
July 2022NA0 (0%)10
June 2022NA0 (0%)4
May 2022NA0 (0%)3
April 2022NA0 (0%)6
March 2022NA0 (0%)3
February 2022NA0 (0%)4
January 2022NA0 (0%)5
December 2021NA0 (0%)7
November 2021NA0 (0%)9
October 2021NA0 (0%)7
September 2021NA0 (0%)11
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
Friday, August 12, 2022 - 02:00
  • Sign in to post reviews.

Markets

  • Eclipse Project (4)
  • Tools (1335)
    • Application Development Frameworks (166)
    • Application Management (32)
    • Application Server (33)
    • BIRT (10)
    • Build and Deploy (103)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (118)
    • Collaboration (38)
    • Database (46)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (112)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (8)
    • Editor (337)
    • Entertainment (14)
    • General Purpose Tools (122)
    • Graphics (33)
    • IDE (341)
    • Internet of Things (IoT) (34)
    • J2EE Development Platform (44)
    • J2ME (6)
    • Languages (156)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (50)
    • Modeling (91)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (75)
    • Process (18)
    • Profiling (22)
    • Programming Languages (99)
    • Reporting (32)
    • Rich Client Applications (40)
    • Science (4)
    • SCM (20)
    • Search (41)
    • SOA Development (15)
    • Source Code Analyzer (100)
    • Systems Development (58)
    • Team Development (56)
    • Testing (90)
    • Tools (568)
    • UI (95)
    • UML (41)
    • Web (91)
    • Web Services (32)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (162)
    • Eclipse Kura (112)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • 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 Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

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
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top