Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7809063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:18:46+00:00 2026-06-02T03:18:46+00:00

This is probably more a Gradle question than a Caliper question, but I am

  • 0

This is probably more a Gradle question than a Caliper question, but I am still rather new to Gradle. I am interested in providing a task in my build that can run some benchmarks using Caliper. I have already added Caliper to my testCompile dependencies, and that works and pulls everything down. I would like to know how to provide a task that will actually run the benchmarks.

Btw, I already know about caliper-ci. I do have a Jenkins build, but it’s on a cloud service that doesn’t yet allow me to configure usage of caliper-ci, and besides, I want to be able to run locally before committing changes to the cloud.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:18:47+00:00Added an answer on June 2, 2026 at 3:18 am

    It turns out it was a simple case of using JavaExec (I was new to that anyway):

    task runBenchmark(type: JavaExec, dependsOn: test) {
        def vmVer = System.getProperty('java.version')
        def osName = System.getProperty('os.name').replaceAll('\\s','')
        def osArch = System.getProperty('os.arch')
        def fnameBase = "ver${version}_${osName}-${osArch}_jvm${vmVer}"
        def benchMarksDir = "${project.buildDir}/benchmarks"
        ant.mkdir(dir: benchMarksDir)
        def outStream = new FileOutputStream("${benchMarksDir}/${fnameBase}-out.txt")
        standardOutput = outStream
        main = 'org.funcito.benchmarks.MyBenchmark'
        classpath = sourceSets.test.runtimeClasspath
        args = ['--saveResults', "${benchMarksDir}/${fnameBase}.json", '-Jmode=-server,-client']
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is probably more of a check than a question, but is the following
New to iOS coding, so this is probably more of a syntax question than
I know this question will probably provoke more discussion than concrete answers (which I
This is probably more a design or usage question but the main issue is
It's probably more a generic question about database, than a django one but let's
This is probably more of a JavaScript question but I'd like to pass another
This is probably more of a usability question but this seems like a good
This is probably more of a best practices question than a true code question.
Probably I cant get more dumb, but seriously this is the first time I
This probably is a dummy question but I cannot find a clear indication. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.