dskrishna

Results 26 comments of dskrishna

> @zyc1gq This feature is now complete. > > After successful establishment of PDU Session, UE automatically sends ping request to [www.google.com](http://www.google.com). see testing.yaml for more details. Hi Ali, May...

> see [WebAssembly/wasi-libc#526](https://github.com/WebAssembly/wasi-libc/pull/526) #474 > > maybe you can just use the CI asserts from #474 sorry to bother you, i am unable to understand those conversations. can you help...

> see [WebAssembly/wasi-libc#526](https://github.com/WebAssembly/wasi-libc/pull/526) #474 > > maybe you can just use the CI asserts from #474 may i know form #526 and #474 will my issue resolve. if it is...

okay i will check it and i have more question about memory workload. It's giving less results compared to native. So caan i use this same method for memory workload...

`CFLAGS="-O3 -funroll-loops --sysroot=/home/admin1/Downloads/wasi-sdk-23.0-x86_64-linux/share/wasi-sysroot -pthread -fexceptions -D_WASI_EMULATED_PROCESS_CLOCKS -matomics -mbulk-memory" ` `LDFLAGS="--sysroot=/home/admin1/Downloads/wasi-sdk-23.0-x86_64-linux/share/wasi-sysroot -pthread -fexceptions -Wl,--shared-memory -g -lwasi-emulated-mman -Wl,--export-all -Wl,--no-entry -Wl,--export=__heap_base -Wl,--export=__data_end -pthread -lwasi-emulated-process-clocks -Wl,--initial-memory=2147483648 -Wl,--max-memory=2147483648" ` `make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ` then it...

and one more thing for cpu workload also i am getting drastic change results in sysbench wasm module like below ``` admin1@admin1-VivoBook-ASUSLaptop-X515EA-P1511CEA:~/sysbench_main$ /home/admin1/Documents/wasm-micro-runtime/product-mini/platforms/linux/build/iwasm sysbench.aot cpu --cpu-max-prime=20000 --time=3 run Attempting to...

yeah, for wasm luajit is not supporting thats why i have used lua5.3 version. and that too we have to convert those lua and concurrecy kit dir files into either...