Projects
TLPC-sensor
Publication date: December 5, 2020
Description: TLPC-sensor aims at providing an API to measure various Performance Counters, such as the number of executed intructions and cycles, or energy consumption (with RAPL) in a time-lapse, designated by the call of the function start() and stop().
Repository: https://github.com/davidson-consulting/tlpc-sensor
License: GPL-3.0 License
Tags: c sustainability sensor energy consumption measurements
Diff-JJoules
Publication date: November 22, 2020
Description: Diff-jjoules is a tool to run in your continuous integration to measure the impact of commits on the energy consumption of the program
Repository: https://github.com/davidson-consulting/diff-jjoules
License: GPL-3.0 License
DSpot
Publication date: February 7, 2016
Description: Automatically detect and generate missing assertions for Junit test cases (also known as test amplification).
Repository: https://github.com/STAMP-project/dspot
License: LGPL-3.0 License
Tags: java coverage test-automation junit test-amplification hacktoberfest inria h2020
Test Runner
Publication date: July 2, 2017
Description: A framework to run JUnit tests in a new JVM.
Repository: https://github.com/STAMP-project/test-runner
License: GPL-3.0 License
Tags: testing test-runner test-automation mockito junit hacktoberfest inria h2020
Diff-test-selection
Publication date: February 7, 2016
Description: Diff-Test-Selection aims at selecting the subset of test classes and methods that execute the changed code between two versions of the same program. It relies on Clover and Maven to compute the coverage and returns this subset of tests. Diff-Test-Selection is implemented as a maven plugin that directly works from the command line, without modifying your pom.xml. See below for more details.
Repository: https://github.com/STAMP-project/dspot-diff-test-selection
License: LGPL-3.0 License
Tags: java coverage test-automation junit test-amplification hacktoberfest inria h2020
AssertFixer
Publication date: May 25, 2017
Description: A testing tool to replace the expected value of assertions to match the current behavior.
Repository: https://github.com/STAMP-project/AssertFixer
License: LGPL-3.0 License
Tags: unit-testing test-automation junit4 inria amplification test-repair