hwwang
10d9659172
添加机器学习调度框架,考虑如何训练数据
6 months ago
hwwang
97b158f508
添加测试用例
8 months ago
hwwang
a66ea1bc25
修改打印的bug,添加图片测试脚本
8 months ago
hwwang
bae018314f
修改数据拷贝方式,关于50%的响应获取问题还有待商榷
9 months ago
hwwang
7abc07445d
修改log参数,未修改完
10 months ago
hwwang
70fdbb348c
need modify thirdparty hashmap
10 months ago
hwwang
a6e464db44
add test
11 months ago
hwwang
63f689cba7
add tree node
11 months ago
hwwang
84a8ae5345
first commit
11 months ago
xiaosuGW
ea5cc4d129
update Makefile under tests folder
4 years ago
xiaosuGW
6198ce284e
add png2bmp function code
4 years ago
xiaosuGW
5dbbf31ba5
correct queuing time and total time for chain function
4 years ago
Sean McBride
2257c09357
chore: Quieter builds
4 years ago
Sean McBride
199449a2bc
feat: Quieter gocr build
4 years ago
Sean McBride
97df7292a7
fix: correct Makefile build cachine issues
4 years ago
Sean McBride
06b717ec4a
fix: Add missing awsm parameters
4 years ago
Sean McBride
fc6b46252d
chore: Remove absolute path from sod
4 years ago
Sean McBride
c1b5cdaf5c
chore: Makefile cleanup sod
4 years ago
Sean McBride
794baeaf2f
chore: Update CMSIS submodule and makefile rule
4 years ago
Sean McBride
b589a2010f
chore: update gocr and TinyEDF submodules
4 years ago
Sean McBride
8491837870
fix: Update tinyekf build
4 years ago
Sean McBride
9b2b9ad47c
chore: add sample apps as submodules
4 years ago
Sean McBride
abfb9b18e4
chore: remove benches
5 years ago
Sean McBride
f99050706e
chore: simplify Makefile prefix
5 years ago
Sean McBride
f6bc233e83
chore: change sledge prefix
5 years ago
Sean McBride
6b4ae2515f
chore: rename Awsm prefix
5 years ago
Sean McBride
72987914a9
chore: remove extraneous defines
5 years ago
Sean McBride
003d6c6311
chore: remove sf tests, comment out unused defines
5 years ago
Sean McBride
142a57dbb6
chore: make cleanup
5 years ago
Phani
3b8711b95c
fix standalone compilation
5 years ago
phani
a63af01ceb
Merge branch 'master' of https://github.com/phanikishoreg/awsm-Serverless-Framework
5 years ago
phani
cc38020fde
code_benches, some require math lib
5 years ago
phani
da43b22407
work 1k to 1m functions
5 years ago
phani
645d138787
for runtime with multi-sandboxing, globals are to be populated per sandbox, that was what causing random crashes!
5 years ago
phani
3fab99424a
fibonacci test update
5 years ago
phani
611ec2257a
keep empty and add work program
5 years ago
phani
f019193952
read() to read from request body!
5 years ago
phani
8a3e050282
Support TCP (TODO: http parsing based on module specification)
...
* Major:
- Moved sandbox data struct into linear memory of a sandbox.
- (Should work well with other sandboxing mechanisms).
- Removed all mallocs from within uv usage, using a pre-allocated
memory within sandbox data-struct for read/write.
- TODO: convert prints on stdout to a string and send it out with
function response body.
- TODO: for each function loaded, what is the request and response
http header/body specification.
To start, keep headers minimal.
body either: json, plain.
- TODO: track TIMEOUTS. If we go beyond that, return a HTTP 408?
5 years ago
phani
9b0ec6f7dc
Changed directory structure
...
* silverfish is a submodule now
* memory modules from silverfish runtime is copied in to the aWsm runtime.
* runtime/tests/Makefile compiles different tests and silverfish/code_benches..
6 years ago