Neuman Vong
d6b9be21d7
whisper.android : return output from benchmarks ( #1785 )
...
Benchmarks are failing because JNI expects a jstring and the benchmarks
are missing a return statement (i.e., returning null). The functions
actually build a jstring but don't return it, so this seems to have been
an oversight.
This patch returns the jstring and now the benchmarks run successfully.
Fixes #1783 .
2024-01-19 16:17:38 +02:00
..
2023-11-06 11:04:24 +02:00
2023-11-15 16:12:52 +02:00
2023-11-07 15:30:18 +02:00
2023-11-13 10:51:34 +02:00
2023-11-06 11:04:24 +02:00
2023-11-06 11:04:24 +02:00
2024-01-12 13:24:38 +02:00
2024-01-13 19:37:18 +02:00
2023-08-06 11:04:42 +03:00
2024-01-18 22:58:42 +02:00
2023-11-06 11:04:24 +02:00
2023-11-06 11:04:24 +02:00
2023-12-22 17:53:39 +02:00
2024-01-17 21:23:33 +02:00
2023-12-22 17:53:39 +02:00
2023-12-14 22:00:47 +02:00
2024-01-19 16:17:38 +02:00
2023-11-12 18:31:58 +02:00
2023-08-27 21:35:06 +03:00
2023-12-08 13:43:37 +02:00
2024-01-04 15:00:27 +02:00
2023-11-06 11:04:24 +02:00
2023-12-29 12:23:27 +02:00
2024-01-14 10:55:18 +02:00
2023-04-30 18:51:57 +03:00
2023-11-20 13:16:38 +02:00
2023-11-20 13:16:38 +02:00
2024-01-18 22:58:42 +02:00
2024-01-18 22:58:42 +02:00
2022-10-25 20:53:48 +03:00
2022-11-26 10:22:42 +02:00
2023-11-13 10:51:34 +02:00
2023-11-13 10:51:34 +02:00
2023-12-14 15:58:26 +02:00
2023-11-15 19:42:25 +02:00
2023-11-15 19:42:25 +02:00
2023-02-18 09:42:31 +02:00