https://github.com/chakib-belgaid/haxe-sample
a sample that study the energy consumption of different haxe outputs (Js, c, binarry and the interpreter).
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Keywords from Contributors
benchmarking
codeanalysis
datavisualization
energy-consumption
energy-efficiency
Last synced: 10 months ago
·
JSON representation
Repository
a sample that study the energy consumption of different haxe outputs (Js, c, binarry and the interpreter).
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 7 years ago
· Last pushed over 7 years ago
https://github.com/chakib-belgaid/haxe-sample/blob/master/
# haxe-sample
a sample that study the energy consumption of different haxe outputs (js, c, binary and the interpreted).
It is based on Docker containers.
# Docker images
There is two images:
1. Base image in which all the necessary libraries are installed so you can run it directly to testes your -haxe- files and translate them into different programming languages.
To use it just pull it from docker hub through this command
```docker pull chakibmed/haxe:base ```
2. an instance in which we run **Tommti** test just to see the behavior of different languages.
it accept as arguments the name of the target, the name of the test and warmup, execution parameters
```docker run chakib/haxe-example:latest [target] [testname] [warmup] [execution]```
# Targets
| Language | Usage |
| :--- | :--- |
|python | python |
|C# | cs |
|Java |java|
|JavaScript|js|
|lua| lua |
|C++| cpp|
|Php|php|
|haxe | interp |
# Benchmarks
The benchmarks are based on Tommti benchmark suite
| Benchmark Name | description |
| :--- | :--- |
| intArithmetic | To test Integers manipulation |
| doubleArithmetic | To test the double manipulation |
| trig | different mathematical operations (sin, cos,log ...) |
# some preliminary results
Owner
- Name: belgaid mohammed chakib
- Login: chakib-belgaid
- Kind: user
- Location: lille france
- Company: inria-lille
- Twitter: chakibmed
- Repositories: 69
- Profile: https://github.com/chakib-belgaid
Green Coder, Gamer, and technology enthousiaste, I am a PhD in computer carbonfoot prints, energy measurement and Software optimization
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| BELGAID Mohammed Chakib | m****d@i****r | 12 |
| Mohammed-Chakib Belgaid | m****d@u****r | 1 |
| belgaid mohammed chakib | b****d@e****z | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0