Coder Social home page Coder Social logo

benchmark's People

Contributors

anarcat avatar jeffspies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

benchmark's Issues

Name of benchmark methods

Currently benchmark follows unit test and pytest in treating methods beginning "test" are the ones that are "special". I think that benchmark should change from "test" to "benchmark" as the special start of method name.

unittest or pytest as architecture

Currently benchmark follows the unittest philosophy of a script being a valid Python script with everything self-contained. pytest takes the view of getting rid of the "boilerplate" by having a special command required to run the script, i.e. the script is not a Python script but a pytest script.

Is it feasible for benchmark to support both approaches or should, like unittest and pytest, the two approaches be two separate benchmarking frameworks?

adding resource usage statistics

i was wondering if anyone has given thought of expanding this to cover resource usage like memory, disk and so on. i think this would be useful for that purpose: https://docs.python.org/2/library/resource.html

forking may be necessary to properly monitor each test invidually in this case. a separate data structure should also be built parallel to results to track other resources.

license of benchmark/statistics.py

the benchmark/statistics.py file has the following notice right now:

Copyright (c) Maurice H.T. Ling <[email protected]>
@see: Ling, MHT. 2009. Compendium of Distributions, I: Beta, Binomial, Chi-
Square, F, Gamma, Geometric, Poisson, Student's t, and Uniform. The Python 
Papers Source Codes 1:4

what is the actual license of that file? is it free software?

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.