Git Product home page Git Product logo

tfbtoolset's Introduction

TFBToolset

Build Status

The suite of tools that are run in the TechEmpower Framework Benchmarks. This application is a stand-alone executable which orchestrates several functions: auditing existing test implementations, running benchmarks, running test implementation verifications, etc.

The goal of this application is to live in isolation from the test implementations. Separately, the executable that is built from this toolset will execute against the test implementations as local data.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Windows Only

EnvVars

To run any tests, the toolset needs to know the location of FrameworkBenchmarks. There are three places the toolset searches (in order):

  • Environment variable TFB_HOME
  • Home directory; e.g. ~/.tfb
  • Current directory

Running the tests

$ cargo test

Building

$ cargo build --release

Installing

The executable tfb_toolset (tfb_toolset.exe on Windows) only needs to be on the PATH.

Running

Verify Example

Unix:

$ cd TFBToolset
$ cargo build --release
$ cd ..
$ git clone https://github.com/TechEmpower/FrameworkBenchmarks.git
$ cd FrameworkBenchmarks
$ ../TFBToolset/target/release/tfb_toolset -m verify --test gemini

Windows:

> cd TFBToolset
> cargo build --release
> cd ..
> git clone https://github.com/TechEmpower/FrameworkBenchmarks.git
> cd FrameworkBenchmarks
> ..\TFBToolset\target\release\tfb_toolset.exe -m verify --test gemini

Authors

License

This project is licensed under the BSD-3-Clause License - see the LICENSE file for details

tfbtoolset's People

Contributors

msmith-techempower avatar ajohnstonte avatar natebrady23 avatar

Watchers

Rohan avatar

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.