Giter Club home page Giter Club logo

benchmarkr's Introduction

Hi there, I'm snim2

Linkedin Badge Twitter Badge GitHub Badge GitLab

I'm an Engineering Manager at dxw, an employee-owned digital agency that works with the public and third sectors.

Before joining dxw, I was CTO at Beautiful Canoe, a software house at Aston University where we hire out students and early career developers to work on client projects. I'm also a Fellow of the Software Sustainability Institute.

Before Beautiful Canoe I was an RA at KCL working on visualising JIT optimisations, measuring JIT performance and AST-level differencing tools. Before that I was a Senior Lecturer in Computer Science at Wolverhampton and Coventry universities.

benchmarkr's People

Contributors

snim2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

grepory

benchmarkr's Issues

Using benchmarkr to run my own class

Hi there!

I have read the oopsla paper of javastats and I would like to know whether the project is still working.. And, if so, if is there a chance to get stats from my own class, rather than dacapo benchmark. I have tried by myself, but with no luck at all.

javastats fails with AttributeError: 'module' object has no attribute 'mean'

NikemPro:benchmarkr Nikem$ ./javastats -c javastats.conf
{'suites': None, 'benchmarks': None, 'inputs': None, 'steady': False, 'startup': True, 'simulate': None, 'performance': None, 'config': 'javastats.conf', 'vms': None}
[]
DEBUG: suites -> ['specjvm98', 'dacapo']
DEBUG: vms -> ['sun']
DEBUG: benchmarks -> {'dacapo': ['avrora', 'batik', 'eclipse', 'fop', 'h2', 'jython', 'luindex', 'lusearch', 'pmd', 'sunflow', 'tomcat', 'xalan'], 'specjvm98': ['_201_compress', '_202_jess', '_209_db', '_213_javac', '_222_mpegaudio', '_227_mtrt', '_228_jack']}
DEBUG: inputs -> {'dacapo': ['small', 'default', 'large'], 'specjvm98': ['s1', 's10', 's100']}
DEBUG: tracefile -> /tmp/javastats_trace
DEBUG: command = cd /Users/Nikem/Documents/workspace/dacapo;ulimit -t 300;/usr/bin/time -p /usr/bin/java -jar dacapo.jar -n 1 -s small avrora> /tmp/javastats_trace 2>&1;
DEBUG: value found = 2.59
DEBUG: len(values): 1, min runs: 10, max runs: 50
DEBUG: value found = 2.58
DEBUG: len(values): 2, min runs: 10, max runs: 50
DEBUG: value found = 2.62
DEBUG: len(values): 3, min runs: 10, max runs: 50
DEBUG: value found = 2.55
DEBUG: len(values): 4, min runs: 10, max runs: 50
DEBUG: value found = 2.91
DEBUG: len(values): 5, min runs: 10, max runs: 50
DEBUG: value found = 2.75
DEBUG: len(values): 6, min runs: 10, max runs: 50
DEBUG: value found = 2.73
DEBUG: len(values): 7, min runs: 10, max runs: 50
DEBUG: value found = 2.87
DEBUG: len(values): 8, min runs: 10, max runs: 50
DEBUG: value found = 2.74
DEBUG: len(values): 9, min runs: 10, max runs: 50
DEBUG: value found = 2.82
DEBUG: len(values): 10, min runs: 10, max runs: 50
Traceback (most recent call last):
File "./javastats", line 379, in
sys.exit(main())
File "./javastats", line 368, in main
execute_run(vm, benchmark, performance, trace, stats)
File "./javastats", line 329, in execute_run
termination_condition = confidence_reached(stats_information, performance_data)
File "./javastats", line 278, in confidence_reached
(interval, mean, sdev, interval_percentage) = confidence(values, stats_information['confidence level'])
File "./javastats", line 247, in confidence
mean = stats.mean(samples)
AttributeError: 'module' object has no attribute 'mean'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.